From 04f0490872fdf79e39598853197ea11832fea4b3 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Fri, 6 May 2005 03:05:17 +0000 Subject: [PATCH] typo fix --- ChangeLog | 17 +++++++++++------ ChangeLog.pre-2-10 | 17 +++++++++++------ ChangeLog.pre-2-8 | 17 +++++++++++------ gtk/gtktreeview.c | 2 +- 4 files changed, 34 insertions(+), 19 deletions(-) diff --git a/ChangeLog b/ChangeLog index 78d9ec3a47..30e861bcab 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,11 +1,16 @@ +2005-05-05 Matthias Clasen + + * gtk/gtktreeview.c (gtk_tree_view_get_dest_row_at_pos): Fix + a typo. + 2005-05-04 Owen Taylor - * gdk/x11/gdkevents-x11.c gdk/x11/gdkwindow-x11.h: Fix a bug - in focus tracking when we move between has_pointer_focus and - has_focus_window directly. (#109246, Billy Biggs, Niko Tyni - and others) - - * gdk/x11/gdkevents-x11.c: Also fix some confusion that could + * gdk/x11/gdkevents-x11.c gdk/x11/gdkwindow-x11.h: Fix a bug + in focus tracking when we move between has_pointer_focus and + has_focus_window directly. (#109246, Billy Biggs, Niko Tyni + and others) + + * gdk/x11/gdkevents-x11.c: Also fix some confusion that could happen in the case of no window manager + keyboard grabs, by moving to a more consistent model of when we pay attention to mode=NotifyGrab/NotifyUngrab events. diff --git a/ChangeLog.pre-2-10 b/ChangeLog.pre-2-10 index 78d9ec3a47..30e861bcab 100644 --- a/ChangeLog.pre-2-10 +++ b/ChangeLog.pre-2-10 @@ -1,11 +1,16 @@ +2005-05-05 Matthias Clasen + + * gtk/gtktreeview.c (gtk_tree_view_get_dest_row_at_pos): Fix + a typo. + 2005-05-04 Owen Taylor - * gdk/x11/gdkevents-x11.c gdk/x11/gdkwindow-x11.h: Fix a bug - in focus tracking when we move between has_pointer_focus and - has_focus_window directly. (#109246, Billy Biggs, Niko Tyni - and others) - - * gdk/x11/gdkevents-x11.c: Also fix some confusion that could + * gdk/x11/gdkevents-x11.c gdk/x11/gdkwindow-x11.h: Fix a bug + in focus tracking when we move between has_pointer_focus and + has_focus_window directly. (#109246, Billy Biggs, Niko Tyni + and others) + + * gdk/x11/gdkevents-x11.c: Also fix some confusion that could happen in the case of no window manager + keyboard grabs, by moving to a more consistent model of when we pay attention to mode=NotifyGrab/NotifyUngrab events. diff --git a/ChangeLog.pre-2-8 b/ChangeLog.pre-2-8 index 78d9ec3a47..30e861bcab 100644 --- a/ChangeLog.pre-2-8 +++ b/ChangeLog.pre-2-8 @@ -1,11 +1,16 @@ +2005-05-05 Matthias Clasen + + * gtk/gtktreeview.c (gtk_tree_view_get_dest_row_at_pos): Fix + a typo. + 2005-05-04 Owen Taylor - * gdk/x11/gdkevents-x11.c gdk/x11/gdkwindow-x11.h: Fix a bug - in focus tracking when we move between has_pointer_focus and - has_focus_window directly. (#109246, Billy Biggs, Niko Tyni - and others) - - * gdk/x11/gdkevents-x11.c: Also fix some confusion that could + * gdk/x11/gdkevents-x11.c gdk/x11/gdkwindow-x11.h: Fix a bug + in focus tracking when we move between has_pointer_focus and + has_focus_window directly. (#109246, Billy Biggs, Niko Tyni + and others) + + * gdk/x11/gdkevents-x11.c: Also fix some confusion that could happen in the case of no window manager + keyboard grabs, by moving to a more consistent model of when we pay attention to mode=NotifyGrab/NotifyUngrab events. diff --git a/gtk/gtktreeview.c b/gtk/gtktreeview.c index bf5bddae14..3c7d10ca7b 100644 --- a/gtk/gtktreeview.c +++ b/gtk/gtktreeview.c @@ -11884,7 +11884,7 @@ gtk_tree_view_get_drag_dest_row (GtkTreeView *tree_view, * * Determines the destination row for a given position. * - * Return value: whether there is a row at the given postiion, + * Return value: whether there is a row at the given position, **/ gboolean gtk_tree_view_get_dest_row_at_pos (GtkTreeView *tree_view, -- 2.30.2